[Top] [Prev] [Next] [Bottom] [Contents]

Rebuilding the Gateway

The gateway executables are:

dborbd.syb
dborbd.ora
dborbd.inf
These executables are pre-built and ready to run "out of the box" with the proper configuration. If you experience problems using these, it is probably the configuration, so explore that first. If you wish to rebuild the gateways, you need the appropriate database client libraries. To rebuild the gateway, change your directory to the bin directory of the Sapphire/Web distribution, then copy or move the old one to a different name for safekeeping. The make line is:

For SYBASE use:

make -f Makefile.orb SYBASE
to rebuild the SYBASE gateway. You now need to set the SYBASE environment variable to the directory containing the SYBASE distribution.

For ORACLE use:

make -f Makefile.orb ORACLE
to rebuild the ORACLE gateway. Next set the ORACLE_HOME environment variable to the directory containing the ORACLE distribution.

For INFORMIX use:

make -f Makefile.orb INFORMIX
to rebuild the INFORMIX gateway. You will also need to set the INFORMIXDIR environment variable to the directory containing the INFORMIX distribution.

If you get link errors, it could be due to several things. First, the environment variable could be wrong. Second, you may not have all the client libraries. Third, for Informix and Oracle, the link line may differ from that in the Makefile.orb file depending on your installation options and database version. Consult your database references for more information.



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.